ASP.NET Core MVC コントロールヘルプ
TreeMap<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : TreeMap<T> クラス
It displays hierarchical (tree-structured) data as a set of nested rectangles.
オブジェクト モデル
TreeMap<T> クラス
シンタックス
'宣言
 
Public Class TreeMap(Of T) 
   Inherits FlexChartBase(Of T)
   Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public class TreeMap<T> : FlexChartBase<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
解説
Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. A leaf node's rectangle has an area proportional to a specified dimension of the data. Often the leaf nodes are colored to show a separate dimension of the data.
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexChartBase<T>
               C1.Web.Mvc.TreeMap<T>

参照

TreeMap<T> メンバ
C1.Web.Mvc 名前空間